ConcurrentStack(T) Constructor

Task Parallel System.Threading

Initializes a new instance of the ConcurrentStack<(Of <(T>)>) class.

Namespace:  System.Collections.Concurrent
Assembly:  System.Threading (in System.Threading.dll)

Syntax

Visual Basic (Declaration)
Public Sub New
C#
public ConcurrentStack()

See Also